(face_attr_equal_p): Declare parameters.
authorAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 14:48:54 +0000 (14:48 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 14:48:54 +0000 (14:48 +0000)
src/xfaces.c

index b6b4140e729b180d69d82e8f2514232dc4bfe742..677bee25aff634685c4521e380f268c82d6a79c7 100644 (file)
@@ -4912,6 +4912,7 @@ If FRAME is omitted or nil, use the selected frame.  */)
 
 static INLINE int
 face_attr_equal_p (v1, v2)
+     Lisp_Object v1, v2;
 {
   /* Type can differ, e.g. when one attribute is unspecified, i.e. nil,
      and the other is specified.  */